More release notes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Dec 2014 03:19:12 +0000 (22:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Dec 2014 11:14:13 +0000 (06:14 -0500)
README.in

index 161eb58bdf4a2aee0e8072a2f6fb177bac920837..b1e1fd05ca00b5bf36f5c9a011ca1675f6073d6d 100644 (file)
--- a/README.in
+++ b/README.in
@@ -87,6 +87,18 @@ Release notes for 3.16
   If you are using such a function from language-bindings, this
   may require adjustments.
 
+* The lookup order for actions that are activated via keyboard
+  accelerators has been changed to start at the currently focused
+  widget. If your application is making use fo nested action groups
+  via gtk_widget_insert_action_group, you may want to check that
+  this change does not upset your accelerators.
+
+* The GtkScrollable interface has gained a new vfunc, get_border,
+  that is used to position overshoot and undershoot indications that
+  are drawn over the content by GtkScrolledWindow. Unless your scrollable
+  has non-scrolling parts similar to treeview headers, there is no need
+  to implement this vfunc.
+
 Release notes for 3.14
 ======================